From: Richard M. Stallman Date: Sat, 29 Jun 1996 23:05:16 +0000 (+0000) Subject: (main): Add `GNU Emacs' to the response to --version. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83499 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=30ce15834d149a191fdfd5ee61dd5fb373fd2ddc;p=emacs.git (main): Add `GNU Emacs' to the response to --version. --- diff --git a/src/emacs.c b/src/emacs.c index d4692045ca2..6c7d7edbf0e 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -447,7 +447,7 @@ main (argc, argv, envp) } else { - printf ("%s\n", XSTRING (tem)->data); + printf ("GNU Emacs %s\n", XSTRING (tem)->data); exit (0); } }